Export symbols needed by Android drivers
authorBen Hutchings <ben@decadent.org.uk>
Tue, 26 Jun 2018 15:59:01 +0000 (16:59 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 15 May 2019 22:07:16 +0000 (23:07 +0100)
commita35868643a94ada86a3a1777ba4dfd0637cd037c
tree67544cbe7694a232818f841d65bda62babfc3856
parentdd1f2ca7179f723bfcf624a41131ef8ac991a649
Export symbols needed by Android drivers

We want to enable use of the Android ashmem and binder drivers to
support Anbox, but they should not be built-in as that would waste
resources and increase security attack surface on systems that don't
need them.

Export the currently un-exported symbols they depend on.

Gbp-Pq: Topic debian
Gbp-Pq: Name export-symbols-needed-by-android-drivers.patch
fs/file.c
kernel/fork.c
kernel/sched/core.c
kernel/signal.c
mm/memory.c
mm/shmem.c
mm/vmalloc.c
security/security.c